home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / AmiVoGL_MDEV.lha / hershey / src / README < prev    next >
Text File  |  1991-07-15  |  1KB  |  30 lines

  1.  
  2. This directory contains 3 programs.
  3.  
  4. h2v    - Usage: h2v Hershey_data_file [ fontfile name ]
  5.  
  6.     if the fontfile and name are not specified h2v will read in the
  7.     Hershey data file and create a set of fonts according to the fonts
  8.     defined in h2v.h. Fonts are defined as pairs of numbers giving the
  9.     interval for the characters to be used. A pair which has a second
  10.     number of zero is considered to be one character, the number of
  11.     which is given by the first number in the pair.
  12.  
  13.     If the fontfile and name are specified h2v reads the fontfile and
  14.     creates a binary suitable for use with VOGLE in the file name from
  15.     the characters in the Hershey data file.
  16.  
  17. hdisp    - Usage: hdisp Hershey_data_file
  18.  
  19.     hdisp reads in the Hershey data file and displays each character
  20.     as a series of move-draws, with 64 characters to the screen.
  21.  
  22. fdisp    - Usage: fdisp binary_font_file
  23.  
  24.     fdisp reads in the binary font file through vogle and displays 64
  25.     characters to the screen.
  26.  
  27.     On A PC make the programs with makefile.msc, then run mkfnts.bat
  28.     eg. "mkfnts \lib\hershey" (Make sure that the directory \lib\hershey
  29.     exists)
  30.